- control stack
- управляющий стек; стек команд
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Stack — Computing*Stack (data structure), a data structure based on Last In, First Out (LIFO) *Call stack of a program, also known as a function stack, execution stack, control stack, or simply the stack *Protocol stack, a particular software… … Wikipedia
Stack — (st[a^]k), n. [Icel. stakkr; akin to Sw. stack, Dan. stak. Cf. {Stake}.] 1. A large and to some degree orderly pile of hay, grain, straw, or the like, usually of a nearly conical form, but sometimes rectangular or oblong, contracted at the top to … The Collaborative International Dictionary of English
Stack of arms — Stack Stack (st[a^]k), n. [Icel. stakkr; akin to Sw. stack, Dan. stak. Cf. {Stake}.] 1. A large and to some degree orderly pile of hay, grain, straw, or the like, usually of a nearly conical form, but sometimes rectangular or oblong, contracted… … The Collaborative International Dictionary of English
Stack buffer overflow — In software, a stack buffer overflow occurs when a program writes to a memory address on the program s call stack outside of the intended data structure; usually a fixed length buffer.cite web last = Fithen first = William L coauthors = Seacord,… … Wikipedia
Stack-oriented programming language — A stack oriented programming language is one that relies on a stack machine model for passing parameters. Several programming languages fit this description, notably Forth and PostScript, and also many Assembly languages (but on a much lower… … Wikipedia
stack — stacker, n. stackless, adj. /stak/, n. 1. a more or less orderly pile or heap: a precariously balanced stack of books; a neat stack of papers. 2. a large, usually conical, circular, or rectangular pile of hay, straw, or the like. 3. Often, stacks … Universalium
Stack-Up — Infobox VG| title = Stack Up developer = Nintendo R D1 publisher = Nintendo designer = engine = released = July 26, 1985 ( Japan ) October 18, 1985 ( North America ) genre = Puzzle modes = Single player, multiplayer ratings = platforms = NES… … Wikipedia
stack — /stæk / (say stak) noun 1. a large, usually circular or rectangular pile of hay, straw, or the like. 2. any more or less orderly pile or heap. 3. a number of chimneys or flues grouped together. 4. a single chimney or funnel for smoke, or a… …
stack — [[t]stæk[/t]] n. 1) a more or less orderly pile or heap 2) agr. a large, usu. conical, circular, or rectangular pile of hay, straw, or the like 3) Often, stacks. a set of shelves for books ranged compactly one above the other, as in a library 4)… … From formal English to slang
Control-Alt-Delete — This article is about the keyboard combination. For a list of keyboard shortcuts, see Table of keyboard shortcuts. For other uses, see Control Alt Delete (disambiguation). The keys Control Alt Delete highlighted on a QWERTY keyboard. Control Alt… … Wikipedia
Call stack — In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run time stack, or machine stack, and… … Wikipedia